chore: add minimum and maximum python versions#863
Open
qlrd wants to merge 1 commit into
Open
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #863 +/- ##
========================================
Coverage 97.30% 97.30%
========================================
Files 83 83
Lines 10798 10798
========================================
Hits 10507 10507
Misses 291 291 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Member
|
Please reduce the matrix to 2 versions (minimum, maximum), and remove the entry from CHANGELOG, which we use mainly to report firmware changes, and could confuse users about cPython usage (which is used in project tools only) |
dedfa6d to
125942a
Compare
Member
Author
Done |
This commit add a restricted range of python versions on `pyproject.toml` and testing those three versions on CI
4 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What is this PR for?
Based on review of #816, this PR propose to restrict mentioned python versions on those that are mentioned (3.11, 3.12.3 and a new 3.12.13 -- used by the author).
Changes made to:
.githubDid you build the code and tested on device?
What is the purpose of this pull request?